Add `Third-party cargo subcommands` to the README
authorJakub <jakub-@users.noreply.github.com>
Mon, 23 Feb 2015 13:12:44 +0000 (14:12 +0100)
committerJakub Bukaj <jakub@jakub.cc>
Mon, 23 Feb 2015 13:17:50 +0000 (14:17 +0100)
README.md

index c9f9e839ddf1d5dfd4bb85478e8f2454d718c513..25309ba1358fd830677183030b0675c1de4f7f24 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,6 +58,12 @@ bit versions of cargo on unix you would use:
 $ ./configure --target=i686-unknown-linux-gnu,x86_64-unknown-linux-gnu
 ```
 
+## Adding new subcommands to Cargo
+
+Cargo is designed to be extensible with new subcommands without having to modify Cargo itself. See [the Wiki page][third-party-subcommands] for more details and a list of known community-developed subcommands.
+
+[third-party-subcommands]: https://github.com/rust-lang/cargo/wiki/Third-party-cargo-subcommands
+
 ## Contributing to the Docs
 
 To contribute to the docs, all you need to do is change the markdown files in